2 matches found
CVE-2020-10675
CVE-2020-10675 affects the Go library github.com/buger/jsonparser: the Library API could enter an infinite loop on certain Delete calls, causing a denial-of-service. Root cause: parsing malformed or crafted input triggering unbounded looping. Documented in multiple advisories (OSV GHSA, GHSA-RMH2...
CVE-2026-32285
CVE-2026-32285 concerns the Go JSON parser library bug in github.com/buger/jsonparser where the Delete function fails to validate offsets for malformed JSON input. This can yield a negative slice index and a runtime panic, resulting in a denial of service. The affected component is the Delete ope...